Click or drag to resize

StandardFolder Enumeration

Identifies well-known Microsoft Exchange Server folders that can be referenced by name.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum StandardFolder
Members
  Member nameValueDescription
Calendar0 Represents the Calendar folder.
Contacts1 Represents the Contacts folder.
DeletedItems2 Represents the Deleted Items folder.
Drafts3 Represents the Drafts folder.
Inbox4 Represents the Inbox folder.
Journal5 Represents the Journal folder.
Notes6 Represents the Notes folder.
Outbox7 Represents the Outbox folder.
SentItems8 Represents the Sent Items folder.
Tasks9 Represents the Tasks folder.
MailboxRoot10 The root of the message folder hierarchy.
PublicFoldersRoot11 The root of the Public Folders hierarchy.
Root12 Represents the root of the mailbox.
JunkEmail13 Represents the Junk E-mail folder.
SearchFolders14 Represents a Search folder contained in a mailbox.
VoiceMail15 Represents the Voice Mail folder.
ArchiveDeletedItems16 The Deleted Items folder in the archive mailbox.
ArchiveMessageFolderRoot17 The root of the message folder hierarchy in the archive mailbox.
ArchiveRecoverableItemsDeletions18 The root of the folder hierarchy of recoverable items that have been soft-deleted from the Deleted Items folder of the archive mailbox.
ArchiveRecoverableItemsPurges19 The root of the hierarchy of recoverable items that have been hard-deleted from the Deleted Items folder of the archive mailbox.
ArchiveRecoverableItemsRoot20 The root of the Recoverable Items folder hierarchy in the archive mailbox.
ArchiveRecoverableItemsVersions21 The root of the Recoverable Items versions folder hierarchy in the archive mailbox.
ArchiveRoot22 The root of the folder hierarchy in the archive mailbox.
RecoverableItemsDeletions23 The root of the folder hierarchy of recoverable items that have been soft-deleted from the Deleted Items folder.
RecoverableItemsPurges24 The root of the folder hierarchy of recoverable items that have been hard-deleted from the Deleted Items folder.
RecoverableItemsRoot25 The root of the Recoverable Items folder hierarchy.
RecoverableItemsVersions26 The root of the Recoverable Items versions folder hierarchy in the archive mailbox.
SyncIssues27 Specifies the sync issues folder.
Conflicts28 Specifies the conflicts folder.
LocalFailures29 Specifies the local failures folder.
ServerFailures30 Specifies the server failures folder.
RecipientCache31 Specifies the recipient cache folder.
QuickContacts32 Specifies the quick contacts folder.
ConversationHistory33 Specifies the conversation history folder.
AdminAuditLogs34 Specifies the admin audit logs folder.
ToDoSearch35 Specifies the to do search folder.
MyContacts36 Specifies the my contacts folder.
Directory37 Specifies a directory.
IMContactList38 Specifies the IM contact list folder.
PeopleConnect39 Specifies the folder that is used for social networks.
None40 Non standard folder
See Also